#VirtualisationandCloud
Tp01 has the steps of installation.
in mysql 'user'@'localhost' means that user can connect from only the localhost
if it's 'user'@'172.31.111.115' it means that the user can only connect from this machine
if it's 'user'@'%' the user can connect from everywhere